home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / tex / macros / distribs / nfss / fontdef.dc < prev    next >
Text File  |  1992-11-29  |  23KB  |  917 lines

  1. %% 
  2. %% This is file `fontdef.dc', generated 
  3. %% on <1992/9/24> with the docstrip utility (2.0r).
  4. %% 
  5. %% The original source files were:
  6. %% 
  7. %% fontdef.doc  (with options: `dc,ams')
  8. %% 
  9. %% Copyright (C) 1989-1992 by Frank Mittelbach, Rainer Schoepf. 
  10. %% All rights reserved. 
  11. %% 
  12. %% This file is part of the NFSS (New Font Selection Scheme) package. 
  13. %% 
  14. %% IMPORTANT NOTICE: 
  15. %% 
  16. %% You are not allowed to change this file. You may however copy 
  17. %% this file to a file with a different name and then change the copy 
  18. %% if you obey the restrictions on file changes described in 
  19. %% readme.mz. 
  20. %% 
  21. %% You are allowed to distribute this file under the condition that 
  22. %% it is distributed together with all files mentioned in readme.mz3. 
  23. %% If you receive only some of these files from someone, complain! 
  24. %% 
  25. %% You are NOT ALLOWED to distribute this file alone. You are NOT 
  26. %% ALLOWED to take money for the distribution or use of either this 
  27. %% file or a changed version, except for a nominal charge for copying 
  28. %% etc. 
  29. %% 
  30. %% For error reports in case of UNCHANGED versions see readme files. 
  31. %% 
  32. %% Please do not request updates from us directly. Distribution is 
  33. %% done through Mail-Servers and TeX organizations. 
  34. %% 
  35.  
  36. \def\fileversion{v1.1m}
  37. \def\filedate{92/05/11}
  38. \def\docdate {92/05/11}
  39.  
  40. %% \CheckSum{158}
  41. %% \CharacterTable
  42. %%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
  43. %%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
  44. %%   Digits        \0\1\2\3\4\5\6\7\8\9
  45. %%   Exclamation   \!     Double quote  \"     Hash (number) \#
  46. %%   Dollar        \$     Percent       \%     Ampersand     \&
  47. %%   Acute accent  \'     Left paren    \(     Right paren   \)
  48. %%   Asterisk      \*     Plus          \+     Comma         \,
  49. %%   Minus         \-     Point         \.     Solidus       \/
  50. %%   Colon         \:     Semicolon     \;     Less than     \<
  51. %%   Equals        \=     Greater than  \>     Question mark \?
  52. %%   Commercial at \@     Left bracket  \[     Backslash     \\
  53. %%   Right bracket \]     Circumflex    \^     Underscore    \_
  54. %%   Grave accent  \`     Left brace    \{     Vertical bar  \|
  55. %%   Right brace   \}     Tilde         \~}
  56. %%
  57. %% This file contains the external font information needed to load
  58. %% the computer modern family designed by Donald E. Knuth, together
  59. %% with all fonts which are supplied with the AMS font package.
  60. %%
  61. %% For a smaller collection of fonts see the file `fontdef.ori'.
  62. %%
  63. %% You should *not* change this file!  If you want to change the
  64. %% fonts/shapes you should create a copy of it named `fontdef.tex'
  65. %% and edit this one according to your needs!
  66. %%
  67. %% The format of a font/shape definition is as follows:
  68. %%
  69. %% \new@fontshape{family}{series}{shape}%
  70. %%       {<size_1>external_font_1%
  71. %%        <size_2>external_font_2%
  72. %%        ...
  73. %%        <size_n>external_font_n}{}
  74. %%
  75. %% (Don't forget the final {} !)
  76. %%
  77. %% family    : Name of font family like cmr etc.
  78. %% series    : Weight and width of the font in 1 to 4 letter
  79. %%             abbreviations. A table is given in the tugboat article
  80. %%             distributed together with this file.
  81. %% shape     : Either n (normal), it (italic), sc (small caps), sl
  82. %%             (slanted) or u (upright italic).
  83. %% <size_i>  : The size in printer points. Standard LaTeX supports 5,
  84. %%             6, 7, 8, 9, 10, 11, 12, 14, 17, 20, 25 corresponding to
  85. %%             \tiny, \scriptsize and so on.  The angle brackets are
  86. %%             part of the syntax!
  87. %%
  88. %% external_font_i : The name of the external font in your font
  89. %%             library. If the font/shape is not available in a
  90. %%             certain size you may use the name of a replacement
  91. %%             font.  E.g. one can substitute cmr5 for cmti.. which is
  92. %%             only available in size 7 and higher.  If you put a `1'
  93. %%             in front of the name of the font a warning message will
  94. %%             be produced (saying that the font has been substituted
  95. %%             for the real one) when you use it for the first time.
  96. %%             Below you can find examples of this mechanism.
  97. %%
  98. %% For font/shape combinations which aren't available at all like
  99. %% computer modern sans serif small caps a suitable default will be
  100. %% used automatically unless you specify a substitution yourself with
  101. %% the \subst@fontshape command.
  102. %%
  103. %% It syntax is as follows:
  104. %%
  105. %% \subst@fontshape{family}{series}{shape}%
  106. %%                 {subst_family}{subst_series}{subst_shape}
  107. %%
  108. %% This might be necessary if the automatically selected default does
  109. %% not match your needs. For example: the font shape choosen instead
  110. %% of `computer modern sans serif small caps' would be `computer
  111. %% modern sans serif normal'. With a \subst@fontshape command you can
  112. %% change this, for example, to `computer modern roman small caps' as
  113. %% we did below. (If you don't like this remove this line in your
  114. %% *copy* of this file.)
  115. %%
  116. %% Finally, for every family there is an \extra@def macro.  It defines
  117. %% special action to be done at load time for every font of the family.
  118. %% In most cases you can simply write
  119. %%
  120. %% \extra@def{family}{}{}
  121. %%
  122. %% In this file it is used to suppress hyphenation for typewriter
  123. %% fonts (see \extra@def{cmtt}... below) and to set the \skewchar
  124. %% for math fonts (see \extra@def{cmm}... and \extra@def{cmsy}...).
  125. %%
  126. %%
  127. \newlinechar`\^^J
  128. \immediate\write\sixt@@n{File: `fontdef.dc'  \space
  129.  \fileversion\space <\filedate> (FMi and RmS)}
  130. \immediate\write\sixt@@n{English Documentation
  131.       \@spaces\space <\docdate> (FMi and RmS)}
  132. \immediate\write\sixt@@n
  133.   {^^JIncludes Font/Shape Definitions for:^^J
  134.      ^^J\@spaces Computer Modern Standard Fonts%
  135.      \space (plus down scaled shapes)%
  136.      ^^J\@spaces Extended Computer Modern Fonts,%
  137.  ,^^J\@spaces AMS math symbol Fonts%
  138.   .^^J}
  139. \immediate\write\sixt@@n
  140.   {********************************************************************}
  141. \immediate\write\sixt@@n
  142.   {* Probably customized by YOU who forgot to change the lines above! *}
  143. \immediate\write\sixt@@n
  144.   {********************************************************************}
  145. %%
  146. %% Please don't change the next lines unless you know exactly what you
  147. %% are doing.
  148. %%
  149. \def\default@shape{n}
  150. \def\default@series{m}
  151. \def\default@family{dcr}
  152. \def\default@errfont{cmsy10}
  153. %%
  154. %% Again, this is doubly dangerous bent.
  155. %%
  156. \fontfamily\default@family
  157. \fontseries\default@series
  158. \fontshape\default@shape
  159. % First we define the `dc' {\em families\/} for European use
  160. % designed by Norbert Schwarz, Bochum, FRG.
  161. % The rest of the fonts we use are from the set of
  162. %%
  163. %% And here is your playground:
  164. %%
  165. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  166. %
  167. % New 256 character dcr font families
  168. %
  169. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  170.  
  171. \new@fontshape{dcr}{m}{n}{%
  172.       <5>dcr5%
  173.       <6>dcr6%
  174.       <7>dcr7%
  175.       <8>dcr8%
  176.       <9>dcr9%
  177.       <10>dcr10%
  178.       <11>dcr10 at10.95pt%
  179.       <12>dcr12%
  180.       <14>dcr12 at14.4pt%
  181.       <17>dcr17%
  182.       <20>dcr17 at20.736pt%
  183.       <25>dcr17 at24.8832pt}{}
  184. \extra@def{dcr}{}{}
  185. \new@fontshape{dcr}{m}{sl}{%
  186.       <5>dcsl8 at5pt%
  187.       <6>dcsl8 at6pt%
  188.       <7>dcsl8 at7pt%
  189.       <8>dcsl8%
  190.       <9>dcsl9%
  191.       <10>dcsl10%
  192.       <11>dcsl10 at10.95pt%
  193.       <12>dcsl12%
  194.       <14>dcsl12 at14.4pt%
  195.       <17>dcsl17%
  196.       <20>dcsl17 at20.74pt%
  197.       <25>dcsl17 at24.88pt%
  198.       }{}
  199.  
  200. \new@fontshape{dcr}{m}{it}{%
  201.       <5>dcti7 at5pt%
  202.       <6>dcti7 at6pt%
  203.       <7>dcti7%
  204.       <8>dcti8%
  205.       <9>dcti9%
  206.       <10>dcti10%
  207.       <11>dcti10 at10.95pt%
  208.       <12>dcti12%
  209.       <14>dcti12 at14.4pt%
  210.       <17>dcti17%
  211.       <20>dcti17 at20.74pt%
  212.       <25>dcti17 at24.88pt%
  213.       }{}
  214.  
  215. \new@fontshape{dcr}{m}{sc}{%
  216.       <5>dccsc10 at5pt%
  217.       <6>dccsc10 at6pt%
  218.       <7>dccsc10 at7pt%
  219.       <8>dccsc10 at8pt%
  220.       <9>dccsc10 at9pt%
  221.       <10>dccsc10%
  222.       <11>dccsc10 at10.95pt%
  223.       <12>dccsc12%
  224.       <14>dccsc12 at14.4pt%
  225.       <17>dccsc17%
  226.       <20>dccsc17 at20.74pt%
  227.       <25>dccsc17 at24.88pt%
  228.       }{}
  229.  
  230. \new@fontshape{dcr}{m}{u}{%
  231.       <5>dcu7 at5pt%
  232.       <6>dcu7 at6pt%
  233.       <7>dcu7%
  234.       <8>dcu8%
  235.       <9>dcu9%
  236.       <10>dcu10%
  237.       <11>dcu10 at10.95pt%
  238.       <12>dcu12%
  239.       <14>dcu12 at14.4pt%
  240.       <17>dcu17%
  241.       <20>dcu17 at20.74pt%
  242.       <25>dcu17 at24.88pt%
  243.       }{}
  244.  
  245. %%%%%%%% bold series
  246.  
  247. \new@fontshape{dcr}{b}{n}{%
  248.       <5>dcb5%
  249.       <6>dcb6%
  250.       <7>dcb7%
  251.       <8>dcb8%
  252.       <9>dcb9%
  253.       <10>dcb10%
  254.       <11>dcb10 at10.95pt%
  255.       <12>dcb12%
  256.       <14>dcb12 at14.4pt%
  257.       <17>dcb17%
  258.       <20>dcb10 at20.736pt%
  259.       <25>dcb10 at24.8832pt%
  260.       }{}
  261.  
  262. %%%%%%%%% bold extended series
  263.  
  264. \new@fontshape{dcr}{bx}{n}{%
  265.       <5>dcbx5%
  266.       <6>dcbx6%
  267.       <7>dcbx7%
  268.       <8>dcbx8%
  269.       <9>dcbx9%
  270.       <10>dcbx10%
  271.       <11>dcbx10 at10.95pt%
  272.       <12>dcbx12%
  273.       <14>dcbx12 at14.4pt%
  274.       <17>dcbx12 at17.28pt%
  275.       <20>dcbx12 at20.74pt%
  276.       <25>dcbx12 at24.88pt%
  277.       }{}
  278.  
  279. \new@fontshape{dcr}{bx}{sl}{%
  280.       <5>dcbxsl5%
  281.       <6>dcbxsl6%
  282.       <7>dcbxsl7%
  283.       <8>dcbxsl8%
  284.       <9>dcbxsl9%
  285.       <10>dcbxsl10%
  286.       <11>dcbxsl10 at10.95pt%
  287.       <12>dcbxsl12%
  288.       <14>dcbxsl12 at14.4pt%
  289.       <17>dcbxsl12 at17.28pt%
  290.       <20>dcbxsl12 at20.74pt%
  291.       <25>dcbxsl12 at24.88pt%
  292.       }{}
  293.  
  294. \new@fontshape{dcr}{bx}{it}{%
  295.       <5>dcbxti10 at5pt%
  296.       <6>dcbxti10 at6pt%
  297.       <7>dcbxti10 at7pt%
  298.       <8>dcbxti10 at8pt%
  299.       <9>dcbxti10 at9pt%
  300.       <10>dcbxti10%
  301.       <11>dcbxti10 at10.95pt%
  302.       <12>dcbxti12%
  303.       <14>dcbxti12 at14.4pt%
  304.       <17>dcbxti17%
  305.       <20>dcbxti17 at20.74pt%
  306.       <25>dcbxti17 at24.88pt%
  307.       }{}
  308.  
  309. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  310. %%
  311. %%  Sans serif font shapes
  312. %%
  313. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  314.  
  315. \new@fontshape{dcss}{m}{n}{%
  316.       <5>dcss8 at5pt%
  317.       <6>dcss8 at6pt%
  318.       <7>dcss8 at7pt%
  319.       <8>dcss8%
  320.       <9>dcss9%
  321.       <10>dcss10%
  322.       <11>dcss10 at10.95pt%
  323.       <12>dcss12%
  324.       <14>dcss12 at14.4pt%
  325.       <17>dcss17%
  326.       <20>dcss17 at20.74pt%
  327.       <25>dcss17 at24.88pt%
  328.       }{}
  329.  
  330.  
  331. \subst@fontshape{dcss}{m}{it}{dcss}{m}{sl}
  332.  
  333. \new@fontshape{dcss}{m}{sl}{%
  334.       <5>dcssi8 at5pt%
  335.       <6>dcssi8 at6pt%
  336.       <7>dcssi8 at7pt%
  337.       <8>dcssi8%
  338.       <9>dcssi9%
  339.       <10>dcssi10%
  340.       <11>dcssi10 at10.95pt%
  341.       <12>dcssi12%
  342.       <14>dcssi12 at14.4pt%
  343.       <17>dcssi17%
  344.       <20>dcssi17 at20.74pt%
  345.       <25>dcssi17 at24.88pt%
  346.       }{}
  347.  
  348. %%%%%%% Font/shape undefined, therefore substituted
  349.  
  350. \subst@fontshape{dcss}{m}{sc}{dcr}{m}{sc}
  351.  
  352. %%%%%%%% semibold condensed series
  353. % ... does not exist
  354. %\new@fontshape{dcss}{sbc}{n}{%
  355. %      <5>dcssdc10 at5pt%
  356. %      <6>dcssdc10 at6pt%
  357. %      <7>dcssdc10 at7pt%
  358. %      <8>dcssdc10 at8pt%
  359. %      <9>dcssdc10 at9pt%
  360. %       <10>dcssdc10%
  361. %       <11>dcssdc10 at10.95pt%
  362. %       <12>dcssdc10 at12pt%
  363. %       <14>dcssdc10 at14.4pt%
  364. %       <17>dcssdc10 at17.28pt%
  365. %       <20>dcssdc10 at20.74pt%
  366. %       <25>dcssdc10 at24.88pt%
  367. %       }{}
  368.  
  369. %%%%%%%%% bold extended series
  370.  
  371. \new@fontshape{dcss}{bx}{n}{%
  372.       <5>dcssbx9 at5pt%
  373.       <6>dcssbx9 at6pt%
  374.       <7>dcssbx9 at7pt%
  375.       <8>dcssbx9 at8pt%
  376.       <9>dcssbx9%
  377.       <10>dcssbx10%
  378.       <11>dcssbx10 at10.95pt%
  379.       <12>dcssbx12%
  380.       <14>dcssbx12 at14.4pt%
  381.       <17>dcssbx17%
  382.       <20>dcssbx10 at20.74pt%
  383.       <25>dcssbx10 at24.88pt%
  384.       }{}
  385.  
  386. \extra@def{dcss}{}{}
  387.  
  388. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  389. %%
  390. %%  Typewriter font shapes
  391. %%
  392. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  393.  
  394. \new@fontshape{dctt}{m}{n}{%
  395.       <5>dctt8 at5pt%
  396.       <6>dctt8 at6pt%
  397.       <7>dctt8 at7pt%
  398.       <8>dctt8%
  399.       <9>dctt9%
  400.       <10>dctt10%
  401.       <11>dctt10 at10.95pt%
  402.       <12>dctt12%
  403.       <14>dctt12 at14.4pt%
  404.       <17>dctt12 at17.28pt%
  405.       <20>dctt12 at20.74pt%
  406.       <25>dctt12 at24.88pt%
  407.       }{}
  408.  
  409. \new@fontshape{dctt}{m}{it}{%
  410.       <5>dcitt8 at5pt%
  411.       <6>dcitt8 at6pt%
  412.       <7>dcitt8 at7pt%
  413.       <8>dcitt8%
  414.       <9>dcitt9%
  415.       <10>dcitt10%
  416.       <11>dcitt10 at10.95pt%
  417.       <12>dcitt12%
  418.       <14>dcitt12 at14.4pt%
  419.       <17>dcitt17%
  420.       <20>dcitt17 at20.74pt%
  421.       <25>dcitt17 at24.88pt%
  422.       }{}
  423.  
  424. \new@fontshape{dctt}{m}{sl}{%
  425.       <5>dcsltt8 at5pt%
  426.       <6>dcsltt8 at6pt%
  427.       <7>dcsltt8 at7pt%
  428.       <8>dcsltt8 at8pt%
  429.       <9>dcsltt9 at9pt%
  430.       <10>dcsltt10%
  431.       <11>dcsltt10 at10.95pt%
  432.       <12>dcsltt12%
  433.       <14>dcsltt12 at14.4pt%
  434.       <17>dcsltt12 at17.28pt%
  435.       <20>dcsltt12 at20.74pt%
  436.       <25>dcsltt12 at24.88pt%
  437.       }{}
  438.  
  439. \new@fontshape{dctt}{m}{sc}{%
  440.       <5>dctcsc10 at5pt%
  441.       <6>dctcsc10 at6pt%
  442.       <7>dctcsc10 at7pt%
  443.       <8>dctcsc10 at8pt%
  444.       <9>dctcsc10 at9pt%
  445.       <10>dctcsc10%
  446.       <11>dctcsc10 at10.95pt%
  447.       <12>dctcsc12%
  448.       <14>dctcsc12 at14.4pt%
  449.       <17>dctcsc17%
  450.       <20>dctcsc17 at20.74pt%
  451.       <25>dctcsc17 at24.88pt%
  452.       }{}
  453.  
  454. \extra@def{dctt}{\hyphenchar #1\m@ne}{}
  455.  
  456. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  457. %
  458. % old 128 character font families
  459. %
  460. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  461.  
  462. \new@fontshape{cmr}{m}{n}{%
  463.       <5>cmr5%
  464.       <6>cmr6%
  465.       <7>cmr7%
  466.       <8>cmr8%
  467.       <9>cmr9%
  468.       <10>cmr10%
  469.       <11>cmr10 at10.95pt%
  470.       <12>cmr12%
  471.       <14>cmr12 at14.4pt%
  472.       <17>cmr17%
  473.       <20>cmr17 at20.736pt%
  474.       <25>cmr17 at24.8832pt}{}
  475. \extra@def{cmr}{}{}
  476. \new@fontshape{cmr}{m}{sl}{%
  477.       <5>cmsl8 at5pt%
  478.       <6>cmsl8 at6pt%
  479.       <7>cmsl8 at7pt%
  480.       <8>cmsl8%
  481.       <9>cmsl9%
  482.       <10>cmsl10%
  483.       <11>cmsl10 at10.95pt%
  484.       <12>cmsl12%
  485.       <14>cmsl12 at14.4pt%
  486.       <17>cmsl12 at17.28pt%
  487.       <20>cmsl12 at20.74pt%
  488.       <25>cmsl12 at24.88pt%
  489.       }{}
  490.  
  491. \new@fontshape{cmr}{m}{it}{%
  492.       <5>cmti7 at5pt%
  493.       <6>cmti7 at6pt%
  494.       <7>cmti7%
  495.       <8>cmti8%
  496.       <9>cmti9%
  497.       <10>cmti10%
  498.       <11>cmti10 at10.95pt%
  499.       <12>cmti12%
  500.       <14>cmti12 at14.4pt%
  501.       <17>cmti12 at17.28pt%
  502.       <20>cmti12 at20.74pt%
  503.       <25>cmti12 at24.88pt%
  504.       }{}
  505.  
  506. \new@fontshape{cmr}{m}{sc}{%
  507.       <5>cmcsc10 at5pt%
  508.       <6>cmcsc10 at6pt%
  509.       <7>cmcsc10 at7pt%
  510.       <8>cmcsc10 at8pt%
  511.       <9>cmcsc10 at9pt%
  512.       <10>cmcsc10%
  513.       <11>cmcsc10 at10.95pt%
  514.       <12>cmcsc10 at12pt%
  515.       <14>cmcsc10 at14.4pt%
  516.       <17>cmcsc10 at17.28pt%
  517.       <20>cmcsc10 at20.74pt%
  518.       <25>cmcsc10 at24.88pt%
  519.       }{}
  520. %%
  521. %% Warning: please note that the upright shape below is used
  522. %%          for the \pounds symbol of LaTeX. So this font
  523. %%          definition shouldn't be removed.
  524. %%
  525. %%
  526. \new@fontshape{cmr}{m}{u}{%
  527.       <5>cmu10 at5pt%
  528.       <6>cmu10 at6pt%
  529.       <7>cmu10 at7pt%
  530.       <8>cmu10 at8pt%
  531.       <9>cmu10 at9pt%
  532.       <10>cmu10%
  533.       <11>cmu10 at10.95pt%
  534.       <12>cmu10 at12pt%
  535.       <14>cmu10 at14.4pt%
  536.       <17>cmu10 at17.28pt%
  537.       <20>cmu10 at20.74pt%
  538.       <25>cmu10 at24.88pt%
  539.       }{}
  540.  
  541. %%%%%%%% bold series
  542.  
  543. \new@fontshape{cmr}{b}{n}{%
  544.       <5>cmb10 at5pt%
  545.       <6>cmb10 at6pt%
  546.       <7>cmb10 at7pt%
  547.       <8>cmb10 at8pt%
  548.       <9>cmb10 at9pt%
  549.       <10>cmb10%
  550.       <11>cmb10 at10.95pt%
  551.       <12>cmb10 at12pt%
  552.       <14>cmb10 at14.4pt%
  553.       <17>cmb10 at17.28pt%
  554.       <20>cmb10 at20.736pt%
  555.       <25>cmb10 at24.8832pt%
  556.       }{}
  557.  
  558. %%%%%%%%% bold extended series
  559.  
  560. \new@fontshape{cmr}{bx}{n}{%
  561.       <5>cmbx5%
  562.       <6>cmbx6%
  563.       <7>cmbx7%
  564.       <8>cmbx8%
  565.       <9>cmbx9%
  566.       <10>cmbx10%
  567.       <11>cmbx10 at10.95pt%
  568.       <12>cmbx12%
  569.       <14>cmbx12 at14.4pt%
  570.       <17>cmbx12 at17.28pt%
  571.       <20>cmbx12 at20.74pt%
  572.       <25>cmbx12 at24.88pt%
  573.       }{}
  574.  
  575. \new@fontshape{cmr}{bx}{sl}{%
  576.       <5>cmbxsl10 at5pt%
  577.       <6>cmbxsl10 at6pt%
  578.       <7>cmbxsl10 at7pt%
  579.       <8>cmbxsl10 at8pt%
  580.       <9>cmbxsl10 at9pt%
  581.       <10>cmbxsl10%
  582.       <11>cmbxsl10 at10.95pt%
  583.       <12>cmbxsl10 at12pt%
  584.       <14>cmbxsl10 at14.4pt%
  585.       <17>cmbxsl10 at17.28pt%
  586.       <20>cmbxsl10 at20.74pt%
  587.       <25>cmbxsl10 at24.88pt%
  588.       }{}
  589.  
  590. \new@fontshape{cmr}{bx}{it}{%
  591.       <5>cmbxti10 at5pt%
  592.       <6>cmbxti10 at6pt%
  593.       <7>cmbxti10 at7pt%
  594.       <8>cmbxti10 at8pt%
  595.       <9>cmbxti10 at9pt%
  596.       <10>cmbxti10%
  597.       <11>cmbxti10 at10.95pt%
  598.       <12>cmbxti10 at12pt%
  599.       <14>cmbxti10 at14.4pt%
  600.       <17>cmbxti10 at17.28pt%
  601.       <20>cmbxti10 at20.74pt%
  602.       <25>cmbxti10 at24.88pt%
  603.       }{}
  604.  
  605. %% Again this is necessary for a correct \pound symbol in the cmr fonts
  606. %% Hopefully the dc/ec font layout will take over soon.
  607. %%
  608.  
  609. \subst@fontshape{cmr}{bx}{u}{cmr}{m}{u}
  610.  
  611. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  612. %%
  613. %%  Sans serif font shapes
  614. %%
  615. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  616.  
  617. \new@fontshape{cmss}{m}{n}{%
  618.       <5>cmss8 at5pt%
  619.       <6>cmss8 at6pt%
  620.       <7>cmss8 at7pt%
  621.       <8>cmss8%
  622.       <9>cmss9%
  623.       <10>cmss10%
  624.       <11>cmss10 at10.95pt%
  625.       <12>cmss12%
  626.       <14>cmss12 at14.4pt%
  627.       <17>cmss17%
  628.       <20>cmss17 at20.74pt%
  629.       <25>cmss17 at24.88pt%
  630.       }{}
  631.  
  632.  
  633. \subst@fontshape{cmss}{m}{it}{cmss}{m}{sl}
  634.  
  635. \new@fontshape{cmss}{m}{sl}{%
  636.       <5>cmssi8 at5pt%
  637.       <6>cmssi8 at6pt%
  638.       <7>cmssi8 at7pt%
  639.       <8>cmssi8%
  640.       <9>cmssi9%
  641.       <10>cmssi10%
  642.       <11>cmssi10 at10.95pt%
  643.       <12>cmssi12%
  644.       <14>cmssi12 at14.4pt%
  645.       <17>cmssi17%
  646.       <20>cmssi17 at20.74pt%
  647.       <25>cmssi17 at24.88pt%
  648.       }{}
  649.  
  650. %%%%%%% Font/shape undefined, therefore substituted
  651.  
  652. \subst@fontshape{cmss}{m}{sc}{cmr}{m}{sc}
  653.  
  654. %%%%%%%% semibold condensed series
  655.  
  656. \new@fontshape{cmss}{sbc}{n}{%
  657.       <5>cmssdc10 at5pt%
  658.       <6>cmssdc10 at6pt%
  659.       <7>cmssdc10 at7pt%
  660.       <8>cmssdc10 at8pt%
  661.       <9>cmssdc10 at9pt%
  662.        <10>cmssdc10%
  663.        <11>cmssdc10 at10.95pt%
  664.        <12>cmssdc10 at12pt%
  665.        <14>cmssdc10 at14.4pt%
  666.        <17>cmssdc10 at17.28pt%
  667.        <20>cmssdc10 at20.74pt%
  668.        <25>cmssdc10 at24.88pt%
  669.        }{}
  670.  
  671. %%%%%%%%% bold extended series
  672.  
  673. \new@fontshape{cmss}{bx}{n}{%
  674.       <5>cmssbx10 at5pt%
  675.       <6>cmssbx10 at6pt%
  676.       <7>cmssbx10 at7pt%
  677.       <8>cmssbx10 at8pt%
  678.       <9>cmssbx10 at9pt%
  679.       <10>cmssbx10%
  680.       <11>cmssbx10 at10.95pt%
  681.       <12>cmssbx10 at12pt%
  682.       <14>cmssbx10 at14.4pt%
  683.       <17>cmssbx10 at17.28pt%
  684.       <20>cmssbx10 at20.74pt%
  685.       <25>cmssbx10 at24.88pt%
  686.       }{}
  687.  
  688. \extra@def{cmss}{}{}
  689.  
  690. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  691. %%
  692. %%  Typewriter font shapes
  693. %%
  694. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  695.  
  696. \new@fontshape{cmtt}{m}{n}{%
  697.       <5>cmtt8 at5pt%
  698.       <6>cmtt8 at6pt%
  699.       <7>cmtt8 at7pt%
  700.       <8>cmtt8%
  701.       <9>cmtt9%
  702.       <10>cmtt10%
  703.       <11>cmtt10 at10.95pt%
  704.       <12>cmtt12%
  705.       <14>cmtt12 at14.4pt%
  706.       <17>cmtt12 at17.28pt%
  707.       <20>cmtt12 at20.74pt%
  708.       <25>cmtt12 at24.88pt%
  709.       }{}
  710.  
  711. \new@fontshape{cmtt}{m}{it}{%
  712.       <5>cmitt10 at5pt%
  713.       <6>cmitt10 at6pt%
  714.       <7>cmitt10 at7pt%
  715.       <8>cmitt10 at8pt%
  716.       <9>cmitt10 at9pt%
  717.       <10>cmitt10%
  718.       <11>cmitt10 at10.95pt%
  719.       <12>cmitt10 at12pt%
  720.       <14>cmitt10 at14.4pt%
  721.       <17>cmitt10 at17.28pt%
  722.       <20>cmitt10 at20.74pt%
  723.       <25>cmitt10 at24.88pt%
  724.       }{}
  725.  
  726. \new@fontshape{cmtt}{m}{sl}{%
  727.       <5>cmsltt10 at5pt%
  728.       <6>cmsltt10 at6pt%
  729.       <7>cmsltt10 at7pt%
  730.       <8>cmsltt10 at8pt%
  731.       <9>cmsltt10 at9pt%
  732.       <10>cmsltt10%
  733.       <11>cmsltt10 at10.95pt%
  734.       <12>cmsltt10 at12pt%
  735.       <14>cmsltt10 at14.4pt%
  736.       <17>cmsltt10 at17.28pt%
  737.       <20>cmsltt10 at20.74pt%
  738.       <25>cmsltt10 at24.88pt%
  739.       }{}
  740.  
  741. \new@fontshape{cmtt}{m}{sc}{%
  742.       <5>cmtcsc10 at5pt%
  743.       <6>cmtcsc10 at6pt%
  744.       <7>cmtcsc10 at7pt%
  745.       <8>cmtcsc10 at8pt%
  746.       <9>cmtcsc10 at9pt%
  747.       <10>cmtcsc10%
  748.       <11>cmtcsc10 at10.95pt%
  749.       <12>cmtcsc10 at12pt%
  750.       <14>cmtcsc10 at14.4pt%
  751.       <17>cmtcsc10 at17.28pt%
  752.       <20>cmtcsc10 at20.74pt%
  753.       <25>cmtcsc10 at24.88pt%
  754.       }{}
  755.  
  756. \extra@def{cmtt}{\hyphenchar #1\m@ne}{}
  757.  
  758. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  759. %%
  760. %%  Math italic font shapes
  761. %%
  762. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  763.  
  764. \new@fontshape{cmm}{m}{it}{%
  765.       <5>cmmi5%
  766.       <6>cmmi6%
  767.       <7>cmmi7%
  768.       <8>cmmi8%
  769.       <9>cmmi9%
  770.       <10>cmmi10%
  771.       <11>cmmi10 at10.95pt%
  772.       <12>cmmi12%
  773.       <14>cmmi12 at14.4pt%
  774.       <17>cmmi12 at17.28pt%
  775.       <20>cmmi12 at20.74pt%
  776.       <25>cmmi12 at24.88pt%
  777.       }{}
  778.  
  779. \new@fontshape{cmm}{b}{it}{%
  780.       <5>cmmib5%
  781.       <6>cmmib6%
  782.       <7>cmmib7%
  783.       <8>cmmib8%
  784.       <9>cmmib9%
  785.       <10>cmmib10%
  786.       <11>cmmib10 at10.95pt%
  787.       <12>cmmib10 at12pt%
  788.       <14>cmmib10 at14.4pt%
  789.       <17>cmmib10 at17.28pt%
  790.       <20>cmmib10 at20.74pt%
  791.       <25>cmmib10 at24.88pt%
  792.       }{}
  793.  
  794. \extra@def{cmm}{\skewchar#1'177}{}
  795.  
  796. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  797. %%
  798. %%  Math symbol font shapes
  799. %%
  800. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  801.  
  802. \new@fontshape{cmsy}{m}{n}{%
  803.       <5>cmsy5%
  804.       <6>cmsy6%
  805.       <7>cmsy7%
  806.       <8>cmsy8%
  807.       <9>cmsy9%
  808.       <10>cmsy10%
  809.       <11>cmsy10 at10.95pt%
  810.       <12>cmsy10 at12pt%
  811.       <14>cmsy10 at14.4pt%
  812.       <17>cmsy10 at17.28pt%
  813.       <20>cmsy10 at20.74pt%
  814.       <25>cmsy10 at24.88pt%
  815.       }{}
  816.  
  817. \new@fontshape{cmsy}{b}{n}{%
  818.       <5>cmbsy5%
  819.       <6>cmbsy6%
  820.       <7>cmbsy7%
  821.       <8>cmbsy8%
  822.       <9>cmbsy9%
  823.       <10>cmbsy10%
  824.       <11>cmbsy10 at10.95pt%
  825.       <12>cmbsy10 at12pt%
  826.       <14>cmbsy10 at14.4pt%
  827.       <17>cmbsy10 at17.28pt%
  828.       <20>cmbsy10 at20.74pt%
  829.       <25>cmbsy10 at24.88pt%
  830.       }{}
  831.  
  832. \extra@def{cmsy}{\skewchar#1'60}{}
  833.  
  834. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  835. %%
  836. %%  LaTeX symbol font shapes
  837. %%
  838. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  839.  
  840. \new@fontshape{lasy}{m}{n}{%
  841.       <5>lasy5%
  842.       <6>lasy6%
  843.       <7>lasy7%
  844.       <8>lasy8%
  845.       <9>lasy9%
  846.       <10>lasy10%
  847.       <11>lasy10 at10.95pt%
  848.       <12>lasy10 at12pt%
  849.       <14>lasy10 at14.4pt%
  850.       <17>lasy10 at17.28pt%
  851.       <20>lasy10 at20.74pt%
  852.       <25>lasy10 at24.88pt%
  853.       }{}
  854.  
  855. \new@fontshape{lasy}{b}{n}{%
  856.       <5>lasyb10 at5pt%
  857.       <6>lasyb10 at6pt%
  858.       <7>lasyb10 at7pt%
  859.       <8>lasyb10 at8pt%
  860.       <9>lasyb10 at9pt%
  861.       <10>lasyb10%
  862.       <11>lasyb10 at10.95pt%
  863.       <12>lasyb10 at12pt%
  864.       <14>lasyb10 at14.4pt%
  865.       <17>lasyb10 at17.28pt%
  866.       <20>lasyb10 at20.74pt%
  867.       <25>lasyb10 at24.88pt%
  868.       }{}
  869.  
  870. \extra@def{lasy}{}{}
  871.  
  872. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  873. %%
  874. %% AMS symbol font families A and B
  875. %%
  876. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  877.  
  878. \new@fontshape{msa}{m}{n}{%
  879.    <5>msam5%
  880.    <6>msam6%
  881.    <7>msam7%
  882.    <8>msam8%
  883.    <9>msam9%
  884.    <10>msam10%
  885.    <11>msam10 at10.95pt%
  886.    <12>msam10 at12pt%
  887.    <14>msam10 at14.4pt%
  888.    <17>msam10 at17.28pt%
  889.    <20>msam10 at20.74pt%
  890.    <25>msam10 at24.88pt}{}
  891.  
  892. \extra@def{msa}{}{}
  893.  
  894. \new@fontshape{msb}{m}{n}{%
  895.    <5>msbm5%
  896.    <6>msbm6%
  897.    <7>msbm7%
  898.    <8>msbm8%
  899.    <9>msbm9%
  900.    <10>msbm10%
  901.    <11>msbm10 at10.95pt%
  902.    <12>msbm10 at12pt%
  903.    <14>msbm10 at14.4pt%
  904.    <17>msbm10 at17.28pt%
  905.    <20>msbm10 at20.74pt%
  906.    <25>msbm10 at24.88pt}{}
  907.  
  908. \extra@def{msb}{}{}
  909.  
  910.  
  911.  
  912.  
  913.  
  914. \endinput
  915. %% 
  916. %% End of file `fontdef.dc'.
  917.